home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Entertainment / Strategy / Go Games / GO / Go Docs < prev   
Text File  |  1986-05-02  |  1KB  |  32 lines

  1. Newsgroups: net.sources.mac
  2. Subject: Go Program for the Macintosh
  3. Date-Received: 2 Mar 86 21:39:16 GMT
  4. Sender: daemon@ucbvax.BERKELEY.EDU
  5. Here is the executable for my Go program, written in Megamax C.
  6.  
  7. Unless I get flames, sources and docs will follow in about 1 week.
  8. I want to add a feature to allow one machine to play another over
  9. the modem ports before I post sources - any suggestions, any
  10. standards in place?
  11.  
  12. Why am I posting this?  To give others a reasonable starting
  13. point, there's still a long way to go.
  14.  
  15. Some features of the program are:
  16.  
  17. - Reasonable graphic display and user (mouse) interface.
  18. - User selectable board sizes, from 3 X 3 to 19 X 19.
  19. - Stones are optionally displayed with or without numbers.
  20. - 3 modes of play:  computer vs. computer, computer vs. human,
  21.   and human vs. human.
  22. - Look ahead upto a width of 5 nodes and a depth of 5 levels
  23.   (not practical for 19 X 19 board size).  Look ahead moves
  24.   can be optionally displayed during the look ahead process.
  25. - Ability to record a game, and play back all or part of
  26.   recorded games.
  27.  
  28. I am open to suggestions and comments.  Let me know if it works.
  29.  
  30. loganj@byuvax.bitnet
  31.  
  32.